Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed the shape of speaker icons in the timeline grid from rounded rectangle to circles #276

Merged
merged 2 commits into from
Aug 11, 2024

Conversation

SEKI-YUTA
Copy link
Contributor

@SEKI-YUTA SEKI-YUTA commented Aug 11, 2024

Issue

Overview (Required)

  • Changed the shape of speaker icons in the timeline grid from rounded rectangle to circles.

Links

Screenshot (Optional if screenshot test is present or unrelated to UI)

Before After

Movie (Optional)

Before After

@github-actions github-actions bot temporarily deployed to deploygate-distribution August 11, 2024 05:56 Inactive
@@ -240,7 +241,7 @@ private fun SpeakerIcon(
contentDescription = stringResource(SessionsRes.string.content_description_user_icon),
modifier = modifier
.size(TimetableGridItemSizes.speakerHeight)
.clip(RoundedCornerShape(8.dp))
.clip(CircleShape)
.border(
BorderStroke(1.dp, MaterialTheme.colorScheme.outline),
RoundedCornerShape(8.dp),
Copy link
Member

@takahirom takahirom Aug 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Could we change this as well to fix the border?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry. I missed this point. I will fix this point.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I fixed this point.

Copy link
Member

@takahirom takahirom left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your contribution!

@takahirom takahirom merged commit 7a8480e into DroidKaigi:main Aug 11, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Inconsistent speaker icon shape in timetable grid
2 participants